

.sy_vr_con { width:95%; margin:0px auto;}

.sy_vr_con_bt { color:#fff; text-align:center; width:100%; }

.sy_vr_con_bt h3 { font-size:56px; line-height:80px; color:#0066ab; text-transform:capitalize; font-family:Arial, Helvetica, sans-serif; display:none;}
.sy_vr_con_bt h4 { font-size:40px; line-height:70px;}
.sy_vr_con_bt p { font-size:18px; line-height:25px; opacity:.8;}

.sy_vr_con_sz1 { display:block;}

.sy_vr_con_sz .big_num{margin-top:0.5rem; text-align: center;}



.sy_vr_con_sz .big_num .item{display:inline-block; margin:2%; text-align:left; background: url(../images/xx.png) no-repeat right center; padding-right:50px; margin-left:15px; }
.sy_vr_con_sz1 .item:nth-child(1){ margin-left:0px; }
.sy_vr_con_sz1 .item:last-child{ background:none !important;}

.sy_vr_con_sz .big_num .item>div{display:inline-block; vertical-align:middle;}

.sy_vr_con_sz .big_num .item .icon{margin-right:0.1rem;}

.sy_vr_con_sz .big_num .item .number{font-size:0.48rem; line-height:1; color:#ffffff; font-size:18px;}

.sy_vr_con_sz .big_num .item .num{font-size:60px; }

.sy_vr_con_sz .big_num .item .number>span{display:inline-block;/* vertical-align:text-top;*/ font-family:Arial, Helvetica, sans-serif; font-weight:700; }

.sy_vr_con_sz .big_num .item .t{font-size:16px; color:#ffffff; margin-top:; font-weight:400; display:inline-block;}

.sy_vr_con_sz .big_num .item .t span { display:block; line-height:30px;}




.auto-title-block .auto-title-h2 {
  color: #ffffff;
}
.auto-title-block .auto-title-h2-des {
  color: rgba(255, 255, 255, 0.7);
}
.advantages-list {
  margin-top: 120px;
  gap: calc(var(--wrap-width)*0.0337); display:flex;
}
.advantages-list .advantages-li {
  display: flex;
  align-items: flex-end;
  color: #ffffff;
}
.advantages-list .li8 {
  width: 100%;
}
.advantages-list .li8 .line {
  display: none;
}
.advantages-list .line {
  display: block;
  margin: 0 20px;
}
.advantages-list .line::before {
  content: '';
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  height: 69px;
  width: 1px;
  transform: skewX(-30deg);
  opacity: 0.4;
}
.advantages-list .img img {
  display: block;
}
.advantages-list .li-num {
  margin: 0 18px 0 20px;
  font-size: 72px;
  font-weight: bold;
  line-height: 0.7em;
  letter-spacing: -2px;
}
.advantages-list .word {
  font-size: 18px;
  line-height: 1em;
}
.advantages-list .word .dw {
  margin-bottom: 0.9em;
}



@media (max-width: 1600px) {
  {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .advantages-list {
    margin-top: 50px;
    gap: calc(var(--wrap-width)*0.015);
  }
  .advantages-list .line {
    margin: 0 15px;
  }
  .advantages-list .line::before {
    height: 59px;
    transform: skewX(-20deg);
  }
  .advantages-list img {
    zoom: 0.9;
  }
  .advantages-list .li-num {
    margin: 0 10px 0 15px;
    font-size: 58px;
    letter-spacing: -1px;
  }
  .advantages-list .word {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  {
    height: auto;
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
  .advantages-list {
    margin-top: 0.3rem;
    gap: 0.2rem;
  }
  .advantages-list .line {
    margin: 0 0.4rem;
  }
  .advantages-list .line::before {
    height: 0.6rem;
    transform: skewX(-20deg);
  }
  .advantages-list .li4,
  .advantages-list .li8,
  .advantages-list .li12 {
    margin: 0.15rem 0;
    width: 100%;
  }
  .advantages-list .li4 .line,
  .advantages-list .li8 .line,
  .advantages-list .li12 .line {
    display: block;
    width: 100%;
  }
  .advantages-list .li4 .line::before,
  .advantages-list .li8 .line::before,
  .advantages-list .li12 .line::before {
    width: 100%;
    height: 1px;
    transform: skew(0deg);
  }
  .advantages-list img {
    zoom: 0.6;
  }
  .advantages-list .li-num {
    margin: 0 0.1rem 0 0.15rem;
    font-size: 0.6rem;
    letter-spacing: -0.02em;
  }
  .advantages-list .word {
    font-size: 0.2rem;
  }
  .advantages-list .word .dw {
    margin-bottom: 0.4em;
  }
}

/***标题***/
.auto-title-block {
  --h2-color: #333333;
}
.auto-title-block .auto-title-en {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.7em;
  color: #ff9614;
}
.auto-title-block .auto-title-en .text-transparent {
  -webkit-text-stroke: 1px var(--main-color);
  color: transparent;
}
.auto-title-block .auto-title-h2 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  color: var(--h2-color);
}
.auto-title-block .auto-title-h2-des {
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.4em;
  color: #666666;
}
@media (max-width: 1600px) {
  .auto-title-block .auto-title-en {
    font-size: 50px;
  }
  .auto-title-block .auto-title-h2 {
    margin-top: 7px;
    font-size: 22px;
  }
  .auto-title-block .auto-title-h2-des {
    margin-top: 5px;
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .auto-title-block .auto-title-en {
    font-size: 0.4rem;
  }
  .auto-title-block .auto-title-h2 {
    margin-top: 0.15rem;
    font-size: 0.3rem;
  }
  .auto-title-block .auto-title-h2-des {
    margin-top: 0.1rem;
    font-size: 0.3rem;
  }
}
.big-text {
  pointer-events: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 300px;
  font-size: calc(var(--wrap-width)*0.1875);
  line-height: 0.76em;
  letter-spacing: -9px;
  color: rgba(var(--main-color-rgb), 0.07);
}
.auto-title-block-a {
  position: relative;
}
.auto-title-block-a .title-block-a-h3-en {
  margin-bottom: -0.28em;
  font-size: 80px;
  font-weight: bold;
  line-height: 0.8em;
  color: rgba(0, 0, 0, 0.1);
}
.auto-title-block-a .title-block-a-h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2em;
  color: #333333;
}
@media (max-width: 1600px) {
  .auto-title-block-a .title-block-a-h3-en {
    font-size: 68px;
  }
  .auto-title-block-a .title-block-a-h2 {
    font-size: 36px;
  }
}
@media (max-width: 1400px) {
  .auto-title-block-a .title-block-a-h3-en {
    font-size: 58px;
  }
  .auto-title-block-a .title-block-a-h2 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .auto-title-block-a .title-block-a-h3-en {
    font-size: 0.5rem;
  }
  .auto-title-block-a .title-block-a-h2 {
    font-size: 0.34rem;
  }
  .big-text {
    letter-spacing: -0.1em;
  }
}@media (max-width: 768px) {
  .big-text {
    font-size: 1rem;
  }
}
.auto-title-block-b {
  position: relative;
}
.auto-title-block-b .title-block-b-h1 {
  position: relative;
  padding-left: 0.75em;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.4em;
  color: #333333;
}
.auto-title-block-b .title-block-b-h1::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  height: 1em;
  width: 6px;
  background: var(--main-color);
}
.auto-title-block-b .title-block-b-h2 {
  padding-left: 0.75em;
  font-size: 28px;
  line-height: 1.4em;
  color: #333333;
}
.auto-title-block-b .title-block-b-h2::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  height: 1em;
  width: 4px;
  background: var(--main-color);
}
@media (max-width: 1600px) {
  .auto-title-block-b .title-block-b-h1 {
    font-size: 34px;
  }
  .auto-title-block-b .title-block-b-h1::before {
    width: 5px;
  }
  .auto-title-block-b .title-block-b-h2 {
    font-size: 24px;
  }
  .auto-title-block-b .title-block-b-h2::before {
    width: 3px;
  }
}
@media (max-width: 1400px) {
  .auto-title-block-b .title-block-b-h1 {
    font-size: 32px;
  }
  .auto-title-block-b .title-block-b-h2 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .auto-title-block-b .title-block-b-h1 {
    font-size: 0.34rem;
  }
  .auto-title-block-b .title-block-b-h1::before {
    width: 0.08rem;
  }
  .auto-title-block-b .title-block-b-h2 {
    font-size: 0.3rem;
  }
  .auto-title-block-b .title-block-b-h2::before {
    width: 0.05rem;
  }
}
/**查看更多按钮**/
html {
  --scroll-w: 3px;
  --bettwen-pad: 5vw;
  --main-color: #006cbf;
  --main-color-rgb: 0, 108, 191;
  --main-next-color: #333333;
  --main-next-color-rgb: 51,51,51;
  --background: linear-gradient(-18deg, #ff9614 0%, #c09f60 100%);
  --background-hover: linear-gradient(-18deg, #0a4c9a 0%, #ff9614 100%);
  --wrap-width-val: calc(100vw - var(--scroll-w));
  --win-width-1920: 100vw;
  --bettwen-full-pad: calc((100vw - var(--wrap-full-width))/2);
  --bettwen-1600-pad: calc((100vw - var(--wrap-1600-width))/2);
  --bettwen-1480-pad: calc((100vw - var(--wrap-1480-width))/2);
  --bettwen-1400-pad: calc((100vw - var(--wrap-1400-width))/2);
  --bettwen-1300-pad: calc((100vw - var(--wrap-1300-width))/2);
  --bettwen-1200-pad: calc((100vw - var(--wrap-1200-width))/2);
  --bettwen-800-pad: calc((100vw - var(--wrap-800-width))/2);
}
.more-box-a {
  --atime: 0.5s;
  --lh: 50px;
  --dc: #ffffff;
  --thc: #ffffff;
  --hc: rgba(var(--main-color-rgb), 1);
  --fz: 16px;
}
.more-box-a .more-box {
  position: relative;
  overflow: hidden;
  padding: 0 1.8em 0 1.8em;
  line-height: var(--lh);
  font-size: var(--fz);
  color: var(--dc); display:flex; 
}
.more-box-a .more-box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: calc(var(--lh)*0.5);
  width: 100%;
  height: 100%;
  background: var(--hc);
  transition: background 0.3s, width 0.3s;
}
.more-box-a .more-box .more-box-a-icon {
  --size: 0.7em;
  --fill: var(--dc);
  margin-left: 1.5em;
  position: relative;
  transform: translate(0, 0) rotate(0deg);
  width: var(--size);
  height: var(--size);
  transition: all 0.3s;
}
.more-box-a .more-box .more-word {
  position: relative;
}
.more-box-a:hover .more-box {
  --hc: rgba(var(--main-color-rgb), 0.8);
  color: var(--thc);
}
.more-box-a:hover .more-box .more-box-a-icon {
  --fill: var(--thc);
  transform: translate(-0.5em, 0) rotate(90deg);
}
.more-box-a.type-a .more-box::before {
  width: var(--lh);
}
.more-box-a.type-a:hover .more-box::before {
  width: 100%;
}
.more-box-a.type-b {
  --hc: #000000;
}
.more-box-a.type-b .more-box {
  background: var(--hbc);
  border-color: var(--hbc);
}
.more-box-a.type-b .more-box:hover {
  background: var(--hc);
  border-color: var(--hc);
  color: var(--hbc);
}
.more-box-a.type-b .more-box:hover .more-box-a-jt {
  --fill: var(--hbc);
}
.more-box-a-h:hover .more-box-a .more-box {
  --hc: rgba(var(--main-color-rgb), 0.8);
}
.more-box-a-h:hover .more-box-a .more-box .more-box-a-icon {
  transform: translate(-0.5em, 0) rotate(90deg);
}
.more-box-a-h:hover .more-box-a.type-a .more-box::before {
  width: 100%;
}
@media (max-width: 1600px) {
  .more-box-a {
    --lh: 44px;
    --fz: 14px;
  }
}
@media (max-width: 1200px) {
  .more-box-a {
    --lh: 0.56rem;
    --fz: 0.24rem;
  }
  .more-box-a .more-box {
    padding: 0 1.2em;
  }
  .more-box-a .more-box .more-box-a-icon {
    margin-left: 1em;
  }
}
.more-box-b {
  --atime: 0.5s;
  --lh: 50px;
  --dc: #ffffff;
  --hc: var(--main-color);
  --fz: 16px;
}
.more-box-b .more-box {
  position: relative;
  overflow: hidden;
}
.more-box-b .more-box.on .more-box-b-icon svg,
.more-box-b .more-box:hover .more-box-b-icon svg {
  transform: translate(50%, 0);
}
.more-box-b .more-box .more-box-b-icon {
  --size: 30%;
  --fill: var(--dc);
  border-radius: 50%;
  width: calc(var(--lh));
  height: calc(var(--lh));
  background-color: var(--main-color);
  transition: background 0.3s;
}
.more-box-b .more-box .more-box-b-icon svg {
  transform: translate(0, 0);
  transition: all 0.3s;
}
.more-box-b.type-a .more-box:hover {
  color: var(--hc);
}
.more-box-b.type-a .more-box:hover .more-box-b-icon {
  --fill: var(--hc);
}
.more-box-b-h:hover .more-box .more-box-b-icon svg {
  transform: translate(50%, 0);
}
@media (max-width: 1600px) {
  .more-box-b {
    --lh: 44px;
    --fz: 15px;
  }
}
@media (max-width: 1200px) {
  .more-box-b {
    --lh: 0.56rem;
    --fz: 0.26rem;
  }
}
.more-box-c {
  --atime: 0.5s;
  --lh: 44px;
  --bc: #cccccc;
  --dc: #666666;
  --hc: var(--main-color);
  --hbc: #ffffff;
  --fz: 16px;
}
.more-box-c .more-box {
  position: relative;
  border: solid 1px var(--bc);
  border-radius: 5px;
  min-width: 7.5em;
  overflow: hidden;
  padding: 0 1em;
  background: transparent;
  line-height: var(--lh);
  font-size: var(--fz);
  color: var(--dc);
  transition: background 0.3s;
}
.more-box-c .more-box.on,
.more-box-c .more-box:hover {
  background: var(--hc);
  border-color: var(--hc);
  color: var(--hbc);
}
.more-box-c-h:hover .more-box {
  background: var(--hc);
  border-color: var(--hc);
  color: var(--hbc);
}
@media (max-width: 1200px) {
  .more-box-c {
    --lh: 0.56rem;
    --fz: 0.24rem;
  }
  .more-box-c .more-box {
    min-width: 6em;
    padding: 0 1.2em 0 1.3em;
  }
}























.section6 { background:#f4f4f4; }
.index_news { width:90%; margin:0px 5%;}


.news {width:100%; margin:0px auto; clear:both; overflow:visible; background: url(../images/xm_bg1.jpg) center top  no-repeat #fff; height:682px;}
.news_con {width:100%; margin:0px auto 25px auto;}
.news_l { width:46%; height:470px; float:left; position:relative; overflow:hidden; }
.news_l a.m-video::before {
    content: '';
    width: 8rem;
    height: 8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/play.png);
    cursor: pointer;
    filter: contrast(1); z-index:1;
}
.news_l img { width:100%; position:absolute; height:100%; transition:all .4s;}
.news_l:hover img { transform:scale(1.1,1.1);}
.news_l p { width:159px; position:absolute; height:43px; line-height:43px; margin:0px auto; position:absolute; top:300px; background:rgba(0,106,179,.8); text-align:center; color:#ff; font-size:15px; left:202px;}
.news_l a p { color:#fff;}
.news_r { width:46%; margin-right:41px;float:right; text-align:left;}


.news_r dl {width:100%;  height:140px;  float:left; margin-bottom:24px;transition:all 0.4s; }
.news_r a:hover dl  {transform:translateY(-10px); }

.news_r dl dt {  float:right; width:20%; height:140px; background:; border-left:1px solid rgba(0,0,0,.1); text-align: left; padding-left:5%; font-family:Arial, Helvetica, sans-serif;color:#333; line-height:18px;font-weight:400; font-style:normal!important;}
.news_r dl dt b {color:#333; margin-top:22px; line-height:35px; width:100%; float:left; font-weight:700;}
.news_r dl dt em  {color:#333; margin-top:22px; line-height:35px; width:100%; float:left; font-size:25px;font-weight:700;font-style:normal!important;}
.news_r dl dt b  {color:#333; margin-top:22px; line-height:35px; width:100%; float:left; font-size:30px;font-weight:700;font-style:normal!important;}




.news_r dl dd { width:75%; float:left; height:140px; text-align:left; border-bottom:1px solid #d5d5d5;}
.news_r dl dd h3 { line-height:32px; margin-top:3px; font-size:18px;color: #3a3a3a; font-weight:700;}

.news_r dl dd span { line-height:31px;}
.news_r dl dd p { color:#606060; font-size:15px; line-height:28px;margin-top:5px;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 56px;
line-height: 28px;


}
.news_r dl dd i { margin-top:10px; float:left;} 

.news_more {width:1200px; margin:0px auto 25px auto; }
.news_more .more { margin:0px auto; color:#016ab3;   border:2px solid #016ab3;}


 
 
 
 
 /* 第四部分 */
.ipart04_w {
    padding: .5rem 0 1rem 0px;
}

.ipart04_w .infor .left {
    float: left;
}

.ipart04_w .content {
    margin-top: 10px;
}

.ipart04_w .content .item {
    float: left;
    width: 22.7%;
    margin-right: 2.3%;
}

.ipart04_w .content .item:last-child {
    margin-right: 0;
}

.ipart04_w .content .item .img_box {
    position: relative;
}

.ipart04_w .content .item .img_box .rect-12540 {
    padding-bottom: 125.40%;
}

.ipart04_w .content .item .img_box .tag {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 .14rem;
    font-size: .14rem;
    line-height: .34rem;
    color: #fff;
    background: #006cbf;
    z-index: 1;
}

.ipart04_w .content .item .intro_box {
    display: block;
    padding: 0 0 0;
}

.ipart04_w .content .item .intro_box .tit {
    margin-top: .12rem;
    transition: all .5s ease;
    color: #006cbf;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; font-weight:900; font-size:20px;
}

.ipart04_w .content .item .intro_box .con {
    margin-top: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height:75px; font-size:15px;
}


.sy_vr {  background:url(../images/bg6.jpg) no-repeat center bottom !important;}







.sy_news_bt { color:#000; text-align:left; width:100%; margin-top:150px; margin-bottom:20px; }

.sy_news_bt h3 { font-size:17px; line-height:60px; color:#333; text-transform:capitalize; font-family:Arial, Helvetica, sans-serif; display:none;}
.sy_news_bt h4 { font-size:16px; line-height:25px; color:#333;}
.sy_news_bt p { font-size:40px; line-height:55px; opacity:;  color:#0066ab; font-weight:900;} 










.list3 {
  --l3p: 14px;
  --l3br: 10px;
  margin: calc(var(--l3p)*-1);
}
.list3 .list3-li {
  padding: calc(var(--l3p)*1); width:30%;
}
.list3 .list3-box {
  display: block;
  transform: translate(0, 0);

  background: #ffffff;

  transition: all 0.3s;  overflow:hidden;   border-radius: var(--l3br);
}
.img-box {
    position: relative;
    overflow: hidden; height:250px;
}
.list3 .list3-box .img-box {}
.list3 .list3-box .img-box img { }
.list3 .list3-box:hover .list3-title {
  color: var(--main-color);
}
.list3 .list3-box:hover .more-box-a {
  --dc: #ffffff;
}
.list3 .img-box::before {
  padding-top: 58.947%;
}
.list3 .list3-cont {
  padding: 25px 30px 38px;
}
.list3 .list3-time {
  font-size: 14px;
  line-height: 1.1em;
  color: #999999;
}
.list3 .list3-title {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.4em;
  color: #333333;
}
.list3 .list3-des {
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.5em;
  color: #666666;
}
.list3 .more-box-a {
  --hc: rgba(var(--main-color-rgb), 0.1);
  --dc: #666666;
  margin-top: 15px;
}
@media (max-width: 1600px) {
  .list3 {
    --l3p: 10px;
  }
  .list3 .list3-cont {
    padding: 20px 20px 20px;
  }
  .list3 .list3-title {
    margin-top: 4px;
    font-size: 18px;
  }
  .list3 .list3-des {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.4em;
  }
  .list3 .more-box-a {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .list3 {
    --l3p: 0.1rem;
  }
  .list3 .list3-li .list3-cont {
    padding: 0.2rem 0.2rem 0.2rem;
  }
  .list3 .list3-li .list3-num {
    font-size: 0.22rem;
  }
  .list3 .list3-li .list3-title {
    margin-top: 0.1rem;
    font-size: 0.28rem;
  }
  .list3 .list3-li .list3-des {
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }
  .list3 .list3-li .more-box-a {
    margin-top: 0.1rem;
  }
}




/**查看更多按钮**/
.more-box-a {
  --atime: 0.5s;
  --lh: 50px;
  --dc: #ffffff;
  --thc: #ffffff;
  --hc: rgba(var(--main-color-rgb), 1);
  --fz: 16px;
}
.more-box-a .more-box {
  position: relative;
  overflow: hidden;
  padding: 0 1.8em 0 1.8em;
  line-height: var(--lh);
  font-size: var(--fz);
  color: var(--dc); width:100px;
}
.more-box-a .more-box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: calc(var(--lh)*0.5);
  width: 100%;
  height: 100%;
  background: var(--hc);
  transition: background 0.3s, width 0.3s;
}
.more-box-a .more-box .more-box-a-icon {
  --size: 0.7em;
  --fill: var(--dc);
  margin-left: 1.5em;
  position: relative;
  transform: translate(0, 0) rotate(0deg);
  width: var(--size);
  height: var(--size);
  transition: all 0.3s; margin-top:17px;
}
.more-box-a .more-box .more-word {
  position: relative;
}
.more-box-a:hover .more-box {
  --hc: rgba(var(--main-color-rgb), 0.8);
  color: var(--thc);
}
.more-box-a:hover .more-box .more-box-a-icon {
  --fill: var(--thc);
  transform: translate(-0.5em, 0) rotate(90deg);
}
.more-box-a.type-a .more-box::before {
  width: var(--lh);
}
.more-box-a.type-a:hover .more-box::before {
  width: 100%;
}
.more-box-a.type-b {
  --hc: #000000;
}
.more-box-a.type-b .more-box {
  background: var(--hbc);
  border-color: var(--hbc);
}
.more-box-a.type-b .more-box:hover {
  background: var(--hc);
  border-color: var(--hc);
  color: var(--hbc);
}
.more-box-a.type-b .more-box:hover .more-box-a-jt {
  --fill: var(--hbc);
}
.more-box-a-h:hover .more-box-a .more-box {
  --hc: rgba(var(--main-color-rgb), 0.8);
}
.more-box-a-h:hover .more-box-a .more-box .more-box-a-icon {
  transform: translate(-0.5em, 0) rotate(90deg);
}
.more-box-a-h:hover .more-box-a.type-a .more-box::before {
  width: 100%;
}
@media (max-width: 1600px) {
  .more-box-a {
    --lh: 44px;
    --fz: 14px;
  }
}
@media (max-width: 1200px) {
  .more-box-a {
    --lh: 0.56rem;
    --fz: 0.24rem;
  }
  .more-box-a .more-box {
    padding: 0 1.2em;
  }
  .more-box-a .more-box .more-box-a-icon {
    margin-left: 1em;
  }
}
.more-box-b {
  --atime: 0.5s;
  --lh: 50px;
  --dc: #ffffff;
  --hc: var(--main-color);
  --fz: 16px;
}
.more-box-b .more-box {
  position: relative;
  overflow: hidden;
}
.more-box-b .more-box.on .more-box-b-icon svg,
.more-box-b .more-box:hover .more-box-b-icon svg {
  transform: translate(50%, 0);
}
.more-box-b .more-box .more-box-b-icon {
  --size: 30%;
  --fill: var(--dc);
  border-radius: 50%;
  width: calc(var(--lh));
  height: calc(var(--lh));
  background-color: var(--main-color);
  transition: background 0.3s;
}
.more-box-b .more-box .more-box-b-icon svg {
  transform: translate(0, 0);
  transition: all 0.3s;
}
.more-box-b.type-a .more-box:hover {
  color: var(--hc);
}
.more-box-b.type-a .more-box:hover .more-box-b-icon {
  --fill: var(--hc);
}
.more-box-b-h:hover .more-box .more-box-b-icon svg {
  transform: translate(50%, 0);
}
@media (max-width: 1600px) {
  .more-box-b {
    --lh: 44px;
    --fz: 15px;
  }
}
@media (max-width: 1200px) {
  .more-box-b {
    --lh: 0.56rem;
    --fz: 0.26rem;
  }
}
.more-box-c {
  --atime: 0.5s;
  --lh: 44px;
  --bc: #cccccc;
  --dc: #666666;
  --hc: var(--main-color);
  --hbc: #ffffff;
  --fz: 16px;
}
.more-box-c .more-box {
  position: relative;
  border: solid 1px var(--bc);
  border-radius: 5px;
  min-width: 7.5em;
  overflow: hidden;
  padding: 0 1em;
  background: transparent;
  line-height: var(--lh);
  font-size: var(--fz);
  color: var(--dc);
  transition: background 0.3s;
}
.more-box-c .more-box.on,
.more-box-c .more-box:hover {
  background: var(--hc);
  border-color: var(--hc);
  color: var(--hbc);
}
.more-box-c-h:hover .more-box {
  background: var(--hc);
  border-color: var(--hc);
  color: var(--hbc);
}
@media (max-width: 1200px) {
  .more-box-c {
    --lh: 0.56rem;
    --fz: 0.24rem;
  }
  .more-box-c .more-box {
    min-width: 6em;
    padding: 0 1.2em 0 1.3em;
  }
}

.relative {
  position: relative;
}
.cycle-box {
  --size: 40px;
  --time: 4s;
  --b-c: var(--main-color);
  --b-w: 3px;
  position: relative;
  width: var(--size);
  height: var(--size);
}
.cycle-box .cycle-son {
  position: absolute;
  top: 0;
  height: var(--size);
  width: calc(var(--size)*0.5);
  overflow: hidden;
}
.cycle-box .cycle-son::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cycle-box .left-c {
  left: 0;
}
.cycle-box .left-c::before {
  transform-origin: right center;
  border-radius: calc(var(--size)*0.5) 0 0 calc(var(--size)*0.5);
  border: var(--b-w) solid var(--b-c);
  border-right: 0;
  transform: rotate(-180deg);
}
.cycle-box .right-c {
  right: 0;
}
.cycle-box .right-c::before {
  transform-origin: left center;
  border-radius: 0 calc(var(--size)*0.5) calc(var(--size)*0.5) 0;
  border: var(--b-w) solid var(--b-c);
  border-left: 0;
  transform: rotate(-180deg);
}
.cycle-box.run .left-c::before {
  transform: rotate(0deg);
  animation: cycle-left var(--time) linear;
}
.cycle-box.run .right-c {
  right: 0;
}
.cycle-box.run .right-c::before {
  transform: rotate(0deg);
  animation: cycle-right var(--time) linear;
}
.cycle-box-h:hover .left-c::before {
  transform: rotate(0deg);
  animation: cycle-left var(--time) linear;
}
.cycle-box-h:hover .right-c {
  right: 0;
}
.cycle-box-h:hover .right-c::before {
  transform: rotate(0deg);
  animation: cycle-right var(--time) linear;
}
.run .cycle-box .left-c::before {
  animation: cycle-left var(--time) linear;
}
.run .cycle-box .right-c {
  right: 0;
}
.run .cycle-box .right-c::before {
  animation: cycle-right var(--time) linear;
}
@keyframes cycle-left {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes cycle-right {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.self-svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.self-svg svg.icon {
  width: var(--size);
  height: var(--size);
  fill: var(--fill);
}

.news_con { margin-top:0px; margin-bottom:50px; width:100%; display:flex; justify-content:space-between;}


.tit_l {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
}

.tit48 {
    font-size: 42px;
    line-height: 60px;
    font-weight: bold;
    color: #006cbf;
}

.section8 .fp-tableCell { height:auto !important;}
.section8.fp-auto-height.fp-section { height:auto !important;}
.section9 .fp-tableCell { height:auto !important;}
.section9.fp-auto-height.fp-section { height:auto !important;}

.section4 .fp-tableCell { height:100vh !important;}
.section4.fp-auto-height.fp-section { height:100vh !important;}
.section4 .fp-tableCell .fp-table { height:100vh !important;}